home *** CD-ROM | disk | FTP | other *** search
/ CD Game Mania 2 / CD Game Mania Vol II.iso / game2 / gatew / install.bat < prev    next >
DOS Batch File  |  1994-05-16  |  811b  |  48 lines

  1. echo off
  2. cls
  3. echo:
  4. echo:
  5. echo:
  6. echo:
  7. echo:
  8. echo:
  9. echo:
  10. echo:
  11. echo:
  12. pause
  13. if x%1==x goto noparm
  14. if x%2==x goto noparm
  15. echo .
  16. echo .
  17. echo      Please wait...  (This process could take a little while)
  18. echo .
  19. MKDIR %2\gate
  20. %2
  21. CD %2\gate
  22. %1gate~1
  23. cls
  24. echo:
  25. echo:
  26. echo:
  27. echo:
  28. echo:
  29. cls
  30. echo:
  31. echo    INSTALLING SECOND DISK NOW, PLEASE WAIT !!
  32. %1gate~2
  33. cls
  34. echo .
  35. echo .
  36. echo      The program has been copied over to the drive %2
  37. echo .
  38. echo     Installion complete. Type SETUP at the DOS prompt to Configure !!
  39. echo                                 GW1 to begin the game 
  40. pause
  41. goto end1
  42. :noparm
  43. echo                           INVALID FORMAT!
  44. echo .
  45. echo         Type INSTALL (drive with ORIGINAL disk) (hard disk)
  46. echo                       Example: INSTALL A: C:
  47. :end1
  48.